home *** CD-ROM | disk | FTP | other *** search
- .TH SMEANSQR
- 6 "IRIT Version 6.0"
- .SH NAME
- SMEANSQR
-
-
-
- SurfaceType SMEANSQR( SurfaceType Srf )
-
- Evaluates the square of the mean curvature field of surface Srf.
-
- Example:
-
- Srf1 = hermite( cbezier( list( ctlpt( E3, 0.0, 0.0, 0.0 ),
- ctlpt( E3, 0.5, 0.2, 0.0 ),
- ctlpt( E3, 1.0, 0.0, 0.0 ) ) ),
- cbezier( list( ctlpt( E3, 0.0, 1.0, 0.0 ),
- ctlpt( E3, 0.5, 0.8, 0.0 ),
- ctlpt( E3, 1.0, 1.0, 0.5 ) ) ),
- cbezier( list( ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ) ) ),
- cbezier( list( ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ),
- ctlpt( E3, 0.0, 2.0, 0.0 ) ) ) );
-
- SMean = SMEANSQR( Srf1 );
-
- Evaluates the square of the mean curvaure of Srf1.
-